:root {
  --wzColor:#EB3C00;
}
/*换行*/
.twoHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.threeHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.main  {
  width: 1200px;
  margin:0 auto;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-r-40 {
  padding-right: 40px;
}
.logo a{
  display: block;
  width: 149px;
}
.logo img{
  width:149px;
  height: 49px;
  display: block;
  margin-top: 9px;
}
.top {
  background: #333;
  height: 40px;
}
.head{}
.head .head1{
  line-height: 60px;
}
.nav{
   height: 60px;
   line-height: 60px;
}
.nav li {
  padding:0 50px;
}
.nav li a {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 10px;
}
.nav li .active {
  color:var(--wzColor);
  border-bottom: 4px solid #0060AD;
}
.nav li .active:hover {
  border-style: none;
}
.nav li a:hover {
  text-decoration: none;
  color:var(--wzColor);
  border-bottom: 4px solid #0060AD;
}
/*title*/
.title a {
  font-size: 30px;
  font-weight: 700;
  color:var(--wzColor);
  position: relative;
}
.title a:after {
  content: "";
  position: absolute;
  top:48px;
  left:48%;
  width: 48px;
  height: 4px;
  background: #0060AD;
}
.title a:hover {
  text-decoration: none;
  color:#888;
}
/**/
.list1 a p {
  font-size: 24px;
  font-weight: 400;
  color:#333;
  padding: 15px 10px 6px 10px;
}
.list1 span {
  font-size: 16px;
  font-weight: 400;
  color:#999;
  padding:0 10px;
}
.list1 .s2 {
  float:right;
}
.list1 a p:hover {
  color:var(--wzColor);
}
.list1 a:hover {
  text-decoration: none;
}
.bg_cc {
  margin-top:20px!important;
}
.bg_cc p,.bg_cc>div{
  background: #ccc;
}
/**/
.tu-1 p {
  font-size: 24px;
  font-weight: 400;
  color:#fff;
  text-align:center;
}
.list2 {
  border:1px solid #dcdcdc;
  padding:12px 10px;
}
.list2:hover {
  background: #fff;
}
.list2:hover p {
  color:var(--wzColor);
}
.list2 div img {
  opacity: 1.0;
}
.list2:hover div img {
  opacity: .6;
}
/*list3*/
.list3 {
  padding: 35px 30px;
}
.list3 a {
  font-size: 24px;
  font-weight: 700;
  color:#0060AD;
}
.list3 p {
  font-size: 18px;
  font-weight: 400;
  color:#666;
}
.list3 a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/*友情链接*/
.title1 span {
  font-size:24px;
  font-weight: 500;
  color:#333;
}
.friendLink {
  padding-bottom:15px;
}
.friendLink a{
    font-size:16px;
    font-weight: 400;
    color:#999;
    margin-right:10px;
    margin-top:5px;
}
 .friendLink a:hover {
    text-decoration: none;
    color:#888;
  }
/*footer*/
.footer {
  margin-top: 40px;
  padding: 40px 0;
  background: #333333;
}
.footer p {
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
  color: #F6F6F6;
  letter-spacing: .5px;
}
/*面包屑*/
.breadcrumb{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color:#9A9A9A;
  text-align: center;
}
.breadcrumb span {
  font-size: 12px;
  font-weight: 400;
}
.breadcrumb a {
  display: inline-block;
  height: 20px;
  text-align: center;
  color:#9A9A9A;
  padding-right: 5px;
}
.breadcrumb a:hover {
  text-decoration: none;
}

/*分页*/
.pageTurn {}
.pageTurn ul {
  padding: 0;
  text-align: center;
}
.pageTurn ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ddd;
  padding: 3px 10px;
}
.pageTurn ul li a {
  color: #333;
}
.pageTurn ul li:hover{
  background: #0060AD;
  color:#fff;
}
.pageTurn ul li:hover a {
  text-decoration: none;
  color:#fff;
}
.pageTurn .thisclass{
    color:#fff;
    background: #0060AD;
}
.pageTurn .thisclass:hover{
  background:#fff;
  color:#333;
}
/*详情页*/
.textTitle{
   /* background: #F6F6F6;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC;*/
    text-align: center;
}
.textContent {
    margin-bottom: 30px;
    padding: 0;
    line-height: 27px;
    font-size: 14px;
    text-indent: 2em;
}
.textContent p,.textContent div {
  font-size: 14px!important;
  font-weight: 400;
  color: #666!important;
  margin-bottom: 10px;
}
.textContent img  {
    display: block;
    margin:0 auto;
     width:100% !important;
 height:auto !important;
}
.page-Turn>div a {
  font-size: 18px;
  font-weight: 400;
  color:#343434;
}
.page-Turn>div a:hover{
  color: var(--wzColor;)
}